Action hook 'admin_action_{$action}'

in WP Core File wp-admin/admin.php at line 419

Description

Fires when an 'action' request variable is sent. The dynamic portion of the hook name, `$action`, refers to the action derived from the `GET` or `POST` request.

Occurrences

Filename Line Number
wp-admin/admin.php 419

PHP Doc

/**
	 * Fires when an 'action' request variable is sent.
	 *
	 * The dynamic portion of the hook name, `$action`, refers to
	 * the action derived from the `GET` or `POST` request.
	 *
	 * @since 2.6.0
	 */